home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / LS30.ZIP / INSTALL.BAT next >
DOS Batch File  |  1995-12-17  |  2KB  |  75 lines

  1. @echo off
  2. cls
  3. echo .x[leetScript]x. v3.0 Installation
  4. echo Released: 12/17/96
  5. echo.
  6. echo leetScript is by leetd00d (C) 1996 ...
  7. echo It only runs on 32bit systems -- if you aren't running Win95 or WinNT hit
  8. echo CTRL-C now.
  9. echo.
  10. echo You've all been waiting for it, here it is.
  11. echo Best mIRC Script page IMHO:
  12. echo http://www.nethosting.com/~shylock
  13. echo.
  14. echo .x[leetScript]x. Homepage:
  15. echo http://www.d0rx.org/ls/
  16. echo.
  17. echo -- Hit a Key --
  18. pause>nul
  19. echo.
  20. echo Oh yeah, this program occupies about 2.5 megabytes of hard drive space,
  21. echo if you decide you don't want it, or do not have enough hard drive space,
  22. echo please hit CTRL-C NOW.  I know lots were disappointed I wasn't going to
  23. echo distribute the newer versions of the script, but I decided I wasn't going
  24. echo to leave you hanging with an old version.  Had to release some more.
  25. echo.
  26. echo To use this script you must follow these guidelines:
  27. echo.
  28. echo [*] Don't distribute (direct them to http://www.d0rx.org/ls/ instead)
  29. echo.
  30. echo [*] Don't RIP - I worked WEEKS on this script
  31. echo.
  32. echo [*] Don't say it's YOURS
  33. echo.
  34. echo [*] Don't ICMP bomb everyone you meet
  35. echo.
  36. echo [*] If you find someone who ripped my script email me at:
  37. echo     ereet@usa.net
  38. echo.
  39. echo [*] If you don't like it run UNINST.BAT
  40. echo.
  41. echo .x[Otherwise, hit a key]x.
  42. echo.
  43. pause>NUL
  44. echo.
  45. echo .x[Creditz]x.
  46. echo.
  47. echo cool-1 - Ideas
  48. echo SABBATH/NightWolf - Some of the topics
  49. echo DrBardo - FloodBots - Aren't very useful now, but hey.
  50. echo DrBardo - Link Looker
  51. echo iD4 - Pick Up Lines
  52. echo.
  53. echo .x[Hit a Key]x.
  54. echo.
  55. pause>nul
  56. echo.
  57. echo   About to install .x[leetScript v3.0]x. -- are you ready for the *best*?
  58. echo.
  59. echo .x[Hit a key to install]x.
  60. echo.
  61. pause>NUL
  62. if not exist c:\iconslip\nul md c:\iconslip
  63. if not exist c:\iconslip\mirc\nul md c:\iconslip\mirc
  64. if exist c:\windows\desktop\nul echo y|copy 1.lnk c:\windows\desktop\leetScript.lnk>nul
  65. if exist c:\windows\desktop\nul echo y|copy 2.lnk "c:\windows\desktop\leetScript Clone.lnk">nul
  66. pkunzip -do ls30.dat c:\iconslip\mirc>nul
  67. echo.
  68. echo Installation COMPLETE!  Have FUN!:)  -leetd00d
  69. echo Oh yeah, it was installed in c:\iconslip\mirc and the exe file is
  70. echo located in c:\iconslip\mirc\mirc32.exe.  The installation should have
  71. echo created the icons on your desktop.  Go check.  If they aren't there,
  72. echo TELL ME!  :P
  73. notepad readme.now
  74. pause
  75.